home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / tablelayout.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  258 b   |  13 lines

  1. @charset "utf-8";
  2. /*    Name: -825542133 */
  3. /*    Page layout inspector - table layout model.
  4.     Forces fixed table layout on table elements.
  5.     Copyright 2007 Opera Software */
  6. * {
  7.     table-layout: fixed !important;
  8. }
  9. table {
  10.     display: table !important;
  11. }
  12.  
  13.